home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / sun2r3.defs < prev    next >
Text File  |  1988-10-11  |  566b  |  27 lines

  1. LBINDIR=/usr/local/bin
  2.  
  3. # for sun3,sun2r3
  4. OFLAG    =  -O 
  5. LIBS    = -lm -lg 
  6. ODIR_DEBUG= -g
  7.  
  8. CHTAB    = sun_chtab.s
  9. CC = gcc -fwritable-strings -msoft-float -DVOL=volatile 
  10. # If you don't have gcc use CC = cc -DVOL= 
  11.  
  12.  
  13. MAINDIR = /usr/local/src/kcl
  14. CFLAGS    = -c $(DEFS)  -I../h
  15.  
  16. # The fast loading currently works for ATT and BSD with 68000 or 386
  17. # architectures.  Unless you have these, leave these undefined.
  18. RSYM    = rsym
  19. SFASL    = $(ODIR)/sfasl.o
  20.  
  21. # When using SFASL it is good to have (si::build-symbol-table)
  22. INITFORM=(si::build-symbol-table)
  23.  
  24.  
  25. # Use symbolic links
  26. SYMB=-s
  27.